home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Freeware / Comunicatii / firelog / setup.exe / {app} / ICFAnalyser.exe / 0 / RCDATA / TFRMABOUT / TFRMABOUT.txt
Encoding:
Text File  |  2003-10-30  |  2.6 KB  |  90 lines

  1. object frmAbout: TfrmAbout
  2.   Left = 364
  3.   Top = 334
  4.   Width = 640
  5.   Height = 480
  6.   Caption = 'About FireLogXP'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poScreenCenter
  15.   DesignSize = (
  16.     632
  17.     446)
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Memo1: TMemo
  21.     Left = 0
  22.     Top = 0
  23.     Width = 632
  24.     Height = 409
  25.     Align = alTop
  26.     Anchors = [akLeft, akTop, akRight, akBottom]
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -13
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = []
  32.     Lines.Strings = (
  33.       
  34.         'A simple program to analyse the log file output from the Microso' +
  35.         'ft Internet Connection Firewall (v1.0).'
  36.       'Version 1.11 (11th October 2003)'
  37.       ''
  38.       'Instructions:'
  39.       ''
  40.       
  41.         '- Make sure ICF is enabled on one of your NIC cards, and that lo' +
  42.         'gging is enabled. See Windows help '
  43.       'for details.'
  44.       '- Run this program and click the Analyse button.'
  45.       
  46.         '- You will see a list of attempted connections and to which port' +
  47.         's, sorted by the number of attempts made.'
  48.       '- Sort by clicking on a column header.'
  49.       
  50.         '- To see what ports a particular IP is trying to connect to, cli' +
  51.         'ck on the IP address line (top list).'
  52.       
  53.         '- To see who is trying to connect to a particular port, click on' +
  54.         ' the port line (bottom list).'
  55.       '- Double click on an IP address line to get its hostname.'
  56.       
  57.         '- Double click on a port line to get details on that port, e.g. ' +
  58.         'is it a known Trojan port?'
  59.       
  60.         '- To return to showing attempts from all IP addresses click the ' +
  61.         #39'(Re-)Analyse'#39' button'
  62.       
  63.         '- The '#39'Well-known Ports'#39' and '#39'Trojan Ports'#39' buttons will take yo' +
  64.         'u to web sites with more information on '
  65.       'what ports are used for.'
  66.       '- Click the '#39'Filter'#39' button to filter what is listed.'
  67.       ''
  68.       'This program is freeware, and written in Delphi 7.'
  69.       ''
  70.       'Copyright '#169' 2003 Michael J. Leaver'
  71.       'http://www.mjleaver.com/'
  72.       'MJLeaver@email.com'
  73.       ''
  74.       'Portions of code Copyright '#169' 1999 Tempest Software, Inc.')
  75.     ParentFont = False
  76.     ReadOnly = True
  77.     ScrollBars = ssVertical
  78.     TabOrder = 0
  79.   end
  80.   object BitBtn1: TBitBtn
  81.     Left = 553
  82.     Top = 419
  83.     Width = 75
  84.     Height = 25
  85.     Anchors = [akRight, akBottom]
  86.     TabOrder = 1
  87.     Kind = bkOK
  88.   end
  89. end
  90.